home *** CD-ROM | disk | FTP | other *** search
/ Beano - Dennis the Menace Cardz / Beano Cardz: Dennis the Menace.iso / pc / email.dxr / 00040.ls < prev    next >
Encoding:
Text File  |  2001-04-19  |  215 b   |  10 lines

  1. property psTempFilePath
  2.  
  3. on exitFrame me
  4.   erase(member("tempimage.jpg"))
  5.   psTempFilePath = getOSDirectory() & "temp.jpg"
  6.   tFileIo = xtra("fileio").new()
  7.   tFileIo.openFile(psTempFilePath, 0)
  8.   delete tFileIo
  9. end
  10.